[TEST]: Removed Indentation#12583
Conversation
Co-authored-by: Copilot <copilot@github.com>
|
@davidle-ms - This PR edits one or more files whose 'source of truth' for documentation is not in this repo. Please make documentation updates in the /// comments in the dotnet/runtime repo (or dotnet/extensions repo) instead. |
| <exception cref="T:System.ArgumentException"> | ||
| <paramref name="flagsEnumType" /> is not an enum type. | ||
| -or- | ||
| <paramref name="flagsEnumType" /> was not declared with <see cref="T:System.FlagsAttribute" /> | ||
| -or- | ||
| <paramref name="expectedTag" />.<see cref="P:System.Formats.Asn1.Asn1Tag.TagClass" /> is | ||
| <see cref="F:System.Formats.Asn1.TagClass.Universal" />, but | ||
| <paramref name="expectedTag" />.<see cref="P:System.Formats.Asn1.Asn1Tag.TagValue" /> is not correct for | ||
| the method. | ||
| </exception> | ||
|
|
||
| -or- | ||
|
|
||
| <paramref name="flagsEnumType" /> was not declared with <see cref="T:System.FlagsAttribute" /> | ||
|
|
||
| -or- | ||
|
|
||
| <paramref name="expectedTag" />.<see cref="P:System.Formats.Asn1.Asn1Tag.TagClass" /> is | ||
| <see cref="F:System.Formats.Asn1.TagClass.Universal" />, but | ||
| <paramref name="expectedTag" />.<see cref="P:System.Formats.Asn1.Asn1Tag.TagValue" /> is not correct for | ||
| the method. | ||
| </exception> |
There was a problem hiding this comment.
These whitespace-only changes are inside a mixed-content XML element (<exception> contains text + child elements), so indentation/blank-line edits change the actual text nodes and can affect generated documentation output and cause noisy diffs. If the intent is to separate paragraphs/alternatives, prefer explicit markup (e.g., <para>) rather than relying on blank lines/indentation, and avoid introducing truly empty lines (like line 834/836/840) unless they’re intentionally part of the rendered output.
Summary
Just for testing purposes.